UInt64NINumericUInt64NBitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.BitwiseComplement()
Private Function BitwiseComplement As UInt64N
Implements INumeric(Of UInt64N).BitwiseComplement
private:
virtual UInt64N BitwiseComplement() sealed = INumeric<UInt64N>::BitwiseComplement
private abstract BitwiseComplement : unit -> UInt64N
private override BitwiseComplement : unit -> UInt64N
UInt64NA bitwise complement of the current value.
INumericTSelfBitwiseComplement